home *** CD-ROM | disk | FTP | other *** search
/ Workbench Design / WB Collection.iso / workbench werkzeuge / icon tools / picicon / doc / picicon.guide (.txt) < prev    next >
Amigaguide Document  |  1996-04-07  |  24KB  |  559 lines

  1. @database "PicIcon.guide"
  2. @version "$VER: PicIcon 1.03 ( 28.02.94 ) "
  3. @master "PicIcon.doc"
  4. @Author "Michael J. Sheppard"
  5. @node Main "PicIcon 1.03"
  6. @next Introduction
  7.                @{b}PicIcon 1.03 - Icon Image Generator@{ub}
  8. Table of Contents
  9.    @{"Introduction"    link Introduction}
  10.    @{"Copyright"       link Copyright   }
  11.    @{"Using PicIcon"   link Operation   }
  12.    @{"Hints and Tips"  link hints       }
  13.    @{"Note for Workbench 3.0" link wb3  }
  14.    @{"Limitations"     link limits      }
  15.    @{"Bug reports"     link bugs        }
  16.    @{"Change History"  link history     }
  17.    @{"Acknowledgments" link ack         }   
  18.       
  19. @endnode
  20. @node Introduction "PicIcon: Introduction"
  21. @next Copyright
  22. @prev Main
  23. PicIcon takes an IFF image file, both ILBM and ANIM formats are supported,
  24. and creates an icon image showing the contents of the file. This allows
  25. images to be more easily recognised from the Amiga Workbench.
  26. PicIcon be used from both the CLI and Workbench, although it is more suited
  27. to the Workbench environment with some functions only being available via
  28. Workbench.
  29. PicIcon is distributed as shareware. This version is fully functional
  30. however a requester saying that is not registered will appear after
  31. a number of files have been processed. See the copyright section for
  32. details on how to register.
  33. PicIcon requires AmigaDOS 2.04 (V37) or later to run.
  34. @endnode
  35. @node Copyright "PicIcon: Copyright"
  36. @next Operation
  37. @prev Introduction
  38.                   PicIcon release 1.03
  39. PicIcon 1.03 and PicIcon project icon (hereinafter "Files") and
  40. their related documentation and examples
  41. (c) Copyright 1994 Michael J. Sheppard. All Rights Reserved.
  42. This version of PicIcon is shareware. Permission is given to distribute
  43. these Files freely via any means which preserves its copyrights. The
  44. Files may not be sold for profit. Any distribution must include both
  45. the PicIcon License file and the PicIcon documentation drawer complete
  46. with contents.
  47. The registered version of PicIcon contains the full source code and
  48. removes the shareware message from it's operation. To register send
  49. 10 UK pounds, or $15 US, to ;
  50.    PicIcon Registration.
  51.    M.J.Sheppard
  52.    163, Sapgate Lane,
  53.    Thornton
  54.    Bradford
  55.    BD13 3DY
  56. If you include an Internet email address with your registration then I
  57. will keep you informed of updates to PicIcon and their availability. 
  58. These Files and their related documentation and examples are provided
  59. "AS-IS" and subject to change without notice; no warranties are made.
  60. All use is at your own risk. No liability or responsibility is
  61. assumed.
  62. @endnode
  63. @node Operation "Using PicIcon"
  64. @prev Copyright
  65. @next hints
  66. PicIcon can be started from either the @{"Workbench" link WBStart} or @{"CLI" link CLIStart}.
  67. PicIcon has two modes of operation. It can either try and match the colours
  68. in the file with those currently in use by Workbench, or just assign colours
  69. on a modular basis i.e. Areas in colour 1 in the file appear as colour 1 in
  70. the icon. For any file whose image has greater than 256 colours PicIcon will
  71. always try to match the colours. For images with fewer than 256 colours the
  72. method used can be set by the user via the @{"match colours" link sw_match } checkbox
  73. on the @{"settings window" link set_window}.
  74. When matching colours PicIcon looks for the nearest colour based on colour
  75. intensity. This can result is some unexpected colour choices. For example
  76. for a greyscale image PicIcon may introduce some colour in the icon this is
  77. because there aren't enough greys in the Workbench palette to match all of
  78. the colours to a grey. More information about PicIcons colour matching can
  79. be found in the @{"Hints and Tips" link hints} section of this document.
  80. @endnode
  81. @node WBStart "PicIcon: Workbench Startup"
  82. To start PicIcon from Workbench double-click on the PicIcon icon with the
  83. left mouse button. After a few seconds an application icon will appear on
  84. the Workbench. 
  85. PicIcon recognises an number of tooltypes to modify it's operation:   
  86.    @{"SETTINGS" link wb_settings }
  87.    @{"WIDTH"    link wb_width    }
  88.    @{"HEIGHT"   link wb_height   }
  89.    @{"DEPTH"    link wb_depth    }
  90.    @{"QUIET"    link wb_quiet    }
  91.    @{"FONT"     link wb_font     }
  92.    @{"FONTSIZE" link wb_fontsize }
  93. To create an image drag the icon of a file onto the application icon and
  94. release the mouse button. PicIcon will then process the file and create
  95. an icon image.
  96. If you double-click on the application icon a @{"window" link set_window} is displayed allowing
  97. you to change the current settings used to create icons.
  98. To stop PicIcon either double-click on the PicIcon disk icon, or select the
  99. @{"quit" link sm_quit} item on the @{"settings menu bar" link set_menu}.
  100. @endnode
  101. @node wb_settings "PicIcon: Settings tooltype"
  102. @prev Operation
  103. @next wb_width
  104. SETTINGS=<filename>
  105. This is the name of a file containing PicIcon settings to use
  106. when processing the files. New settings files can be created
  107. using the @{"Settings window" link set_window}.
  108. If this parameter is not present then PicIcon will load the
  109. default settings file, S:PicIcon.config.
  110. @endnode
  111. @node wb_width "PicIcon: Width tooltype"
  112. @prev wb_settings
  113. @next wb_height
  114. WIDTH=<pixels>
  115. This is the width, in pixels, of the icons created by PicIcon.
  116. This value overrides the value stored in the settings file. 
  117. Default = 48
  118. @endnode
  119. @node wb_height "PicIcon: Height tooltype"
  120. @prev wb_width
  121. @next wb_depth
  122. HEIGHT=<pixels>
  123. This is the height, in pixels, of the icons created by PicIcon.
  124. This value overrides the value stored in the settings file.
  125. Default = 20
  126. @endnode
  127. @node wb_depth "PicIcon: Depth tooltype"
  128. @prev wb_height
  129. @next wb_quiet
  130. DEPTH=<planes>
  131. This is the depth, in planes, of the icons created by PicIcon.
  132. This value overrides the value stored in the settings file.
  133. This effects the number of colours used in the icons and can
  134. be 2, 3 or 4 for 4, 8 or 16 colours respectively.
  135. Default = 3 ( 8 colours ).
  136. @endnode
  137. @node wb_quiet "PicIcon: Quiet tooltype"
  138. @prev wb_depth
  139. @next wb_font
  140. QUIET
  141. By default PicIcon displays a window showing the progress is it
  142. making processing each file. This option stops this window appearing.
  143. This can be overridden using the Quiet option on the Settings menu.
  144. @endnode
  145. @node wb_font "PicIcon: Font tooltype"
  146. @prev wb_quiet
  147. @next wb_fontsize
  148. FONT <name>
  149. PicIcon uses the system default font for all windows. This option
  150. allows you to specify a particular font to use for the windows.
  151. The @{"FONTSIZE" link wb_fontsize} tooltype should be used to set the
  152. size of the font.
  153. @endnode
  154. @node wb_fontsize "Picicon: Fontsize tooltype"
  155. @next CLIStart
  156. @prev wb_font
  157.                         
  158. FONTSIZE <pixels>
  159. This tooltype allows you to set the size of the font given in the
  160. @{"FONT" link wb_font} tooltype.
  161. @endnode
  162. @node CLIStart "PicIcon: CLI Startup"
  163. PicIcon processes all of the files listed on the command line and exits.
  164. If an error is detected when processing a file then PicIcon will continue
  165. to the next file if possible.
  166. The command template for PicIcon is as follows;
  167. PicIcon @{"FILES/M" link cli_files},@{"SETTINGS/K" link cli_settings},@{"WIDTH/K/N" link cli_width},@{"HEIGHT/K/N" link cli_height},@{"DEPTH/K/N" link cli_depth},@{"QUIET/S" link cli_quiet},@{"ALL/S" link cli_all}
  168. @endnode
  169. @node cli_files "PicIcon: Files parameter"
  170. @next cli_settings
  171. @prev CLIStart
  172. FILES/M
  173. A list of files to create icon images for. if this is an AmigaDOS pattern
  174. PicIcon will process all files that match the pattern.
  175.                   
  176.       PicIcon  #?.ham
  177.                      
  178.       Will create icon images for all files in the current drawer having
  179.       names ending in '.ham'.
  180. @endnode
  181. @node cli_settings "PicIcon: Settings parameter"
  182. @prev cli_files
  183. @next cli_width
  184. SETTINGS/K
  185. This is the name of a file containing PicIcon settings to use
  186. when processing the files. New settings files can be created
  187. using the @{"Settings window" link set_window}.
  188. If this parameter is not present then PicIcon will load the
  189. default settings file, S:PicIcon.config.
  190. @endnode
  191. @node cli_width "PicIcon: Width parameter"
  192. @prev cli_settings
  193. @next cli_height
  194. WIDTH/K/N
  195. This is the width, in pixels, of the icons created by PicIcon.
  196. This value overrides the value stored in the settings file. 
  197. Default = 48
  198. @endnode
  199. @node cli_height "PicIcon: Height parameter"
  200. @prev cli_width
  201. @next cli_depth
  202. HEIGHT/K/N
  203. This is the height, in pixels, of the icons created by PicIcon.
  204. This value overrides the value stored in the settings file.
  205. Default = 20
  206. @endnode
  207. @node cli_depth "PicIcon: Depth parameter"
  208. @prev cli_height
  209. @next cli_quiet
  210. DEPTH/K/N
  211. This is the depth, in planes, of the icons created by PicIcon.
  212. This value overrides the value stored in the settings file.
  213. This effects the number of colours used in the icons and can
  214. be 2, 3 or 4 for 4, 8 or 16 colours respectively.
  215. Default = 3 ( 8 colours ).
  216. Note: Under Workbench 3.0 the choice of icon depth is limited
  217.       to 2 or 3 giving 4 or 8 colours only. This is due to the
  218.       change in colour handling introduced for Workbench 3.0.
  219. @endnode
  220. @node cli_quiet "PicIcon: Quiet parameter"
  221. @next cli_all
  222. @prev cli_depth
  223. QUIET
  224. By default PicIcon displays the names of the files as it processes them.
  225. Setting this flag stops PicIcon from displaying this information.
  226. @endnode
  227. @node cli_all "PicIcon: All parameter"
  228. @next hints
  229. @prev cli_quiet
  230. This flag causes PicIcon to process all of the files in the directories
  231. specified in the @{"FILES" link cli_files} argument, including any subdirectories that 
  232. they might have.   
  233. @endnode
  234. @node set_window "PicIcon: Settings Window"
  235. @prev WBStart
  236. @next set_menu
  237. The settings window allows you to modify the current settings used to create
  238. icon images. It is activated by double-clicking on the PicIcon application
  239. icon. The effects of the changes are controlled by the three buttons at the
  240. bottom of the window, @{ "Save" link sw_save }, @{ "Use" link sw_use }, and @{ "Cancel" link sw_cancel }. No changes made to the window
  241. will have any effect on the creation of images until one of these three
  242. buttons is pressed.
  243. The settings that can be changed from this window are ;
  244.    @{"Width" link sw_width }             The width of the icon in pixels
  245.    @{"Height" link sw_height }            The height of the icon in pixels
  246.    @{"Colours" link sw_colour }           The number of colours in the icon
  247.    @{"Border" link sw_border }            Whether the icon should have a border
  248.    @{"Match Colours" link sw_match }     Whether PicIcon should match image/workbench colours
  249.    @{"Free Position" link sw_free }     Whether PicIcon should free the icon position
  250.    @{"Replace Tool" link sw_free }      Whether PicIcon should set the icon default tool
  251.    @{"Default Tool" link sw_deftool }      The default tool PicIcon should give icons
  252.    @{"Tool types" link sw_tool }        The Tool types to use with the default tool
  253. As well as displaying the window a @{"menu bar" link set_menu } is installed allowing you
  254. to load and save settings and quit PicIcon.
  255. @endnode
  256. @node sw_width "PicIcon: Settings window - Width"
  257. @prev set_window
  258. @next sw_height
  259. Gadget Type  : Slider   
  260. Value range  : 20 - 80 pixels
  261. Shortcut key : w
  262. This gadget allows you to change the width of the icons produced. When making
  263. changes to the dimensions of the icon you should consider the dimensions of
  264. the original image to limit to amount of distortion in the resultant icon.
  265. @endnode
  266.                         
  267. @node sw_height "PicIcon: Settings window - Height"
  268. @prev sw_width
  269. @next sw_colour
  270. Gadget Type  : Slider   
  271. Value range  : 10 - 40 pixels
  272. Shortcut key : h
  273. This gadget allows you to change the height of the icons produced. When making
  274. changes to the dimensions of the icon you should consider the dimensions of
  275. the original image to limit to amount of distortion in the resultant icon.
  276. @endnode
  277. @node sw_colour "PicIcon: Settings window - Colours"      
  278. @prev sw_height
  279. @next sw_border
  280. Gadget Type  : Slider   
  281. Value range  : 4,8, or 16* colours
  282. Shortcut key : l
  283. This gadget allows you to change the number of colours in the resultant icon
  284. image. When selecting this bear in mind the number of colours that you normally
  285. use for your Workbench screen.
  286. *: Under Workbench 3.0 the option for 16 colours is not available.
  287. @endnode
  288. @node sw_border "PicIcon: Settings window - Border"
  289. Gadget Type  : Checkbox
  290. Shortcut key : b
  291. If this is checked then PicIcon will draw a box around the resultant image
  292. making it appear that icon has a border around it. PicIcon takes advantage
  293. of the Workbench 3D icons to produce a border with a minimum loss of image.
  294. @endnode
  295. @node sw_match "PicIcon: Settings window - Match Colours"
  296. @prev sw_border
  297. @next sw_free
  298. Gadget Type  : Checkbox
  299. Shortcut key : m
  300. If this gadget is checked then PicIcon will attempt to match the colours in
  301. the image to those currently in use by Workbench. For images with more than
  302. 256 colours PicIcon ignores this and matches the colours anyway.
  303. @endnode
  304. @node sw_free "PicIcon: Settings window - Free Position"
  305. @prev sw_match
  306. @next sw_replace
  307. Gadget Type  : Checkbox
  308. Shortcut key : p
  309. If this box is checked then PicIcon 'UnSnapshots' the icon allowing
  310. Workbench to position it appropriately. This is useful if the size
  311. of the icon is changed.
  312. @endnode
  313. @node sw_replace "PicIcon: Settings window - Replace Tool"
  314. @prev sw_match
  315. @next sw_deftool
  316. Gadget Type  : Checkbox
  317. Shortcut key : r
  318. If this gadget is checked, and a default tool is given, PicIcon will
  319. replace the default tool in the icon with that defined. Otherwise
  320. PicIcon will only replace the default tool if the icon previously had
  321. no tool defined.
  322. @endnode
  323. @node sw_deftool "PicIcon: Settings window - Default Tool"
  324. @prev sw_replace
  325. @next sw_tool
  326. Gadget Type  : String
  327. Maximum size : 128 characters
  328. Shortcut key : t
  329. This string is the name of the program to execute when the icon created
  330. is double clicked. How the value is used depends on the setting of the
  331. @{ "Replace Tool" link sw_replace }  gadget.
  332. @endnode
  333. @node sw_tool "PicIcon: Settings window - Tooltypes"
  334. @prev sw_deftool
  335. @next sw_new
  336. Gadget Type  : Listview
  337. Shortcut key : none
  338. The tooltypes used when creating an icon are displayed in the listview gadget,
  339. these are only used when PicIcon sets the default tool of the icon it has
  340. created an image for.
  341. It is not possible to edit the values in the listview directly so this has to
  342. be done using the @{"New" link sw_new} and @{"Del" link sw_del} gadgets. These allow tooltypes to be added and
  343. deleted from the list respectively.
  344. @endnode
  345. @node sw_new "PicIcon: Settings window - New"
  346. @next sw_del
  347. @prev sw_tool
  348. Gadget Type  : Button
  349. Shortcut key : n
  350. Pressing this button adds a new tooltype to the list of tooltypes. It allows
  351. you to type in the value of this tooltype into the string gadget to the left
  352. of the New and @{"Del" link sw_del } buttons. Each tooltype can be up to 128
  353. characters long.
  354. @endnode
  355. @node sw_del "PicIcon: Settings window - Del"
  356. @next sw_save
  357. @prev sw_new
  358. Gadget Type  : Button
  359. Shortcut key : d
  360. Pressing this button deletes the currently selected tooltype from the list
  361. of tooltypes. This button is only enabled if you have a tooltype selected.
  362. @endnode
  363. @node sw_save "PicIcon: Settings window - Save button"
  364. @next sw_use
  365. @prev sw_del
  366. Gadget Type  : Button
  367. Shortcut key : s
  368. This button causes the settings in the window to be made the current
  369. ones used by the program and saves those settings to the default settings
  370. file. It also exits from the settings window.
  371. @endnode
  372. @node sw_use "PicIcon: Settings window - Use button"
  373. @next sw_cancel
  374. @prev sw_save
  375. Gadget Type  : Button
  376. Shortcut key : u
  377. This button exits from the settings window and makes the settings displayed
  378. in the window the current settings.
  379. @endnode
  380. @node sw_cancel "PicIcon: Settings window - Cancel button"
  381. @next set_menu
  382. @prev sw_use
  383. Gadget Type  : Button
  384. Shortcut key : c
  385.      
  386. When this button is pressed the settings window is removed and all changes
  387. made are abandoned.
  388. @endnode
  389. @node set_menu "PicIcon: Settings Menu"
  390. @prev set_window
  391. @next hints
  392.    Whilst the window is active PicIcon installs a menu bar allowing a number
  393.    of extra features to be selected.
  394.    Project menu
  395.    @{"Create Icon" link sm_create }
  396.    @{"About" link sm_about }
  397.    @{"Quit" link sm_quit }
  398.       
  399.    Settings menu
  400.    @{"Quiet" link sm_quiet }
  401.    @{"Load Settings" link sm_quiet }
  402.    @{"Save Settings" link sm_save }
  403.    @{"Save Settings As" link sm_saveas }
  404. @endnode
  405. @node sm_create "PicIcon: Settings Menu - Create Icon"
  406. @prev set_menu
  407. @next sm_about
  408. Shortcut Key: Amiga C
  409. The option displays an ASL file requester allowing you to select a number
  410. of files to create icons for. Selecting the OK button on the file requester
  411. causes PicIcon to process all of the files selected.
  412. If changes have been made to the values in the @{"settings window" link set_window } they are not
  413. taken into account when creating the new images.
  414. @endnode
  415. @node sm_about "PicIcon: Settings Menu - About"
  416. @next sm_quit
  417. @prev sm_create
  418. Shortcut key: Amiga ?
  419. A requester is displayed showing information about PicIcon. This includes the
  420. version number of the PicIcon being run.
  421. @endnode
  422. @node sm_quit "PicIcon: Settings Menu - Quit"
  423. @next sm_quiet
  424. @prev sm_about
  425. Shortcut key: Amiga Q
  426. Selecting this menu option causes PicIcon to exit.
  427. @endnode
  428. @node sm_quiet "PicIcon: Settings Menu - Quiet"
  429. @next sm_load
  430. @prev sm_quit
  431. Shortcut key: none
  432. This menu option toggles whether the progress window is displayed when files
  433. are being processed. If the tick symbol is shown by the option then the
  434. progress window will not be shown.
  435. The initial setting of this can be set using the @{"QUIET" link wb_quiet} tooltype.
  436. @endnode
  437. @node sm_load "PicIcon: Settings Menu - Load Settings"
  438. @next sm_save
  439. @prev sm_quiet
  440. Shortcut key: Amiga L
  441. An ASL file requester is displayed allowing a settings file to be selected
  442. for loading. Pressing the OK button causes the values in the file to be
  443. loaded into the window. This will not effect the current settings used by
  444. PicIcon when creating images until either the @{"Save" link sw_save} or @{"Use" link sw_use} buttons are selected,
  445. the loaded values can be removed by selecting the @{"Cancel" link sw_cancel } button.   
  446. @endnode
  447. @node sm_save "PicIcon: Settings Menu - Save Settings"
  448. @next sm_saveas
  449. @prev sm_load
  450. Shortcut key: Amiga S
  451. This saves the current values displayed in the window to the default settings
  452. file S:PicIcon.config. If no Settings @{"tooltype" link wb_settings} or @{"parameter" link cli_settings} is given when
  453. PicIcon is started then these settings will be used whenever PicIcon is run.   
  454. @endnode
  455. @node sm_saveas "PicIcon: Settings Menu - Save Settings As"
  456. @next hints
  457. @prev sm_save
  458. Shortcut key: Amiga A
  459. This option displays an ASL save requester allowing you to save the values
  460. displayed in the window to a named settings file. This file can be used in
  461. future, either by giving it as the settings @{"tooltype" link wb_settings} or @{"parameter" link cli_settings} or from
  462. the @{"Load Settings" link sm_load } menu option, to change the values used by PicIcon to create
  463. images.
  464. @endnode
  465. @node hints "PicIcon: Hints and Tips"
  466. @next limits
  467. @prev set_menu
  468. If you are using a 4 colour Workbench then set PicIcon to not match
  469. colours. There are not enough different display colours available to allow
  470. meaningful colour matching.
  471. If you are using an 8 colour Workbench with colour matching adjust the
  472. palette so that you get at least one red, green, blue and yellow. This
  473. will give PicIcon an easier job in trying to match the colours and result
  474. in better, more recognisable icons. An example 8 colour palette is present
  475. in the PicIcon release.
  476. If you find that PicIcon is matching colours in an unexpected manner you 
  477. should try and adjust the Workbench palette. If you find that PicIcon is
  478. using changing the colour of an area in the image when a similar colour
  479. is present in the palette try adjusting the RGB values of both palette
  480. colours so that they are similar in intensity. An example of this would
  481. be a dark green area on the image being represented by a dark brown area
  482. on the icon when a light green is present in the palette. To solve this
  483. problem make the green a little darker until the correct result is 
  484. obtained.
  485. For complex images try and make the icon image as large as possible. Small
  486. icons of complex pictures look cluttered and are not easily recognisable.
  487. @endnode
  488. @node wb3 "Notes for Workbench 3.0"
  489. @next limits
  490. @prev hints
  491. With Workbench 3.0 a number of changes were introduced regarding the way
  492. in which colours are defined and used by Workbench. This can result in
  493. some odd behaviour from PicIcon.
  494. For correct operation under Workbench 3.0 you should either create only
  495. 4 colour Icons, in which case PicIcon will use the first 4 colours defined
  496. by Workbench, or use an 8 colour screen mode with 8 colour icons.
  497. If you try and create 8 colour icons using a screen mode with more than 8
  498. colours then PicIcon may have problems trying to match with colours 5 to 8.
  499. @endnode
  500. @node limits "PicIcon Limitations"
  501. @next history
  502. @prev wb3
  503. PicIcon will process all ILBM files with 6 or fewer planes, including HAM
  504. and extra-half brite files. In addition PicIcon will process 24 bit ILBM
  505. files. All ANIM files made up of images of any of the above formats will
  506. also be processed.
  507. This version of PicIcon will not process 256 colour or HAM8 files. Also it
  508. will not process 24bit DEEP, NewTek 21bit, HAME or DCTV files.
  509. @endnode
  510. @node history "PicIcon Change History"
  511. @prev limits
  512. @next bugs
  513.   Version        Change description
  514.    1.03        - The Workbench colours are now read directly from the screen
  515.                  rather than the preferences file. This corrected operation
  516.                  under Workbench 3.0. See @{ "Notes for Workbench 3.0" link wb3} above.
  517.                  PicIcon now notices when the palette is changed and updates
  518.                  it's internal colour table accordingly.
  519.                  
  520.    1.02        - The tooltype array used to create the new icon was not NULL
  521.                  terminated causing random errors when trying to add tooltypes
  522.                  to an icon, including infinite updating and spurious tooltype
  523.                  entries. Fixed.
  524.    1.01        - Changed name of button used to create a new tooltype from
  525.                  @{b}Add@{ub} to @{b}New@{ub} to be consistent with other programs.
  526.                - If PicIcon expects to be able to match colours but there
  527.                  is no CMAP chunk in the ILBM IFF form then a warning is
  528.                  displayed before the file is processed.
  529.    1.00        - Initial Release.
  530. @endnode
  531. @node bugs "PicIcon Bug reports"
  532. @next ack
  533. @prev history
  534. If you find a bug in PicIcon or have a file that it will not process then
  535. please contact;
  536.    Michael J. Sheppard
  537.    163 Sapgate Lane,
  538.    Thornton.
  539.    Bradford.
  540.    BD13 3DY.
  541.    United Kingdom
  542.       
  543.    Email: mick@genasys.co.uk
  544. If the problem is one where you cannot process a file please include details
  545. of the format of the file, if known, and the software used to produce it. The
  546. more information you provide me with the more likely I am to be able to find
  547. an answer.
  548. @endnode
  549. @node ack Acknowledgments "PicIcon Acknowledgements"
  550. @prev bugs
  551. PicIcon was written and tested on an unaccelerated Commodore Amiga A2000 with
  552. a GVP Series II SCSI controller card and 52MB Quantum Hard Disk.
  553. PicIcon was developed using SAS/C 5.10 and the Commodore V37 Native
  554. Developer Kit.
  555. The windows were designed using GadToolsBox 2.0. Thanks to Jan van den Baard
  556. of Jaba Development for this very useful product.
  557. Thanks to David Sheppard for testing and suggestions.   
  558. @endnode
  559.